home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bnchutil.arc / MOVE.DOC < prev    next >
Text File  |  1991-04-30  |  2KB  |  49 lines

  1.                        MOVE.EXE INSTRUCTIONS
  2.  
  3. MOVE.EXE is designed to help you keep your hard disk free of 
  4. duplicate files. Instead of using the DOS COPY command to 
  5. move a file, then the DOS DEL command to delete the original  
  6. file, use MOVE to perform both operations.
  7.  
  8. INSTALLING MOVE
  9.  
  10. To install the program, simply copy it to a diskette or to a 
  11. directory containing your utility programs on your hard disk. 
  12. For maximum convenience, this directory should be included in 
  13. the PATH statement in your AUTOEXEC.BAT file.
  14.  
  15. USING MOVE
  16.  
  17. To use the program to move files, follow the following syntax:
  18.  
  19. MOVE [Source file specification] [Destination file specification]
  20.  
  21. Here's an example:
  22.  
  23. To move the file TEST.DOC from the \DOCUMENT directory on drive C: 
  24. to the \ARCHIVE directory on drive D:, give this command:
  25.  
  26. MOVE C:\DOCUMENT\TEST.DOC D:\ARCHIVE
  27.  
  28. The file will be moved, then deleted from the original directory. 
  29. All DOS wildcards are supported by MOVE.
  30.  
  31. If the file already exists in the destination directory, the program 
  32. will ask you whether you want to overwrite the file. To suppress 
  33. this query, add the switch, -NQ to the end of your command.
  34.  
  35. Finally, enter the command MOVE by itself to see a summary of the 
  36. command format.
  37.  
  38. MOVE is shareware. If you use the program regularly, consider becoming 
  39. a registered user. To register this program and receive a listing of 
  40. other programs, send $10 to:
  41.  
  42. Excel-Soft
  43. Chris Boaro
  44. 21382-H Lake Forest Dr.
  45. El Toro, CA  92630
  46.  
  47.  
  48.  
  49.